1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{35CAEF1C-D5D0-460E-9AEC-AD362CD0C8CB}</ProjectGuid>
10 <ProjectTypeGuids>{F85E285D-A4E0-4152-9332-AB1D724D3325};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11 <OutputType>Library</OutputType>
12 <AppDesignerFolder>Properties</AppDesignerFolder>
13 <RootNamespace>MvcWebRole</RootNamespace>
14 <AssemblyName>MvcWebRole</AssemblyName>
15 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16 <MvcBuildViews>false</MvcBuildViews>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>bin\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
38 <Reference Include="Microsoft.WindowsAzure.Diagnostics" />
39 <Reference Include="Microsoft.WindowsAzure.ServiceRuntime" />
40 <Reference Include="Microsoft.WindowsAzure.StorageClient" />
41 <Reference Include="System" />
42 <Reference Include="System.Data" />
43 <Reference Include="System.Data.Services.Client" />
44 <Reference Include="System.Drawing" />
45 <Reference Include="System.ComponentModel.DataAnnotations">
46 <RequiredTargetFramework>3.5</RequiredTargetFramework>
48 <Reference Include="System.Core">
49 <RequiredTargetFramework>3.5</RequiredTargetFramework>
51 <Reference Include="System.Data.DataSetExtensions">
52 <RequiredTargetFramework>3.5</RequiredTargetFramework>
54 <Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55 <Private>True</Private>
57 <Reference Include="System.Xml.Linq">
58 <RequiredTargetFramework>3.5</RequiredTargetFramework>
60 <Reference Include="System.Web" />
61 <Reference Include="System.Web.Extensions">
62 <RequiredTargetFramework>3.5</RequiredTargetFramework>
64 <Reference Include="System.Web.Abstractions" />
65 <Reference Include="System.Web.Routing" />
66 <Reference Include="System.Xml" />
67 <Reference Include="System.Configuration" />
68 <Reference Include="System.Web.Services" />
69 <Reference Include="System.EnterpriseServices" />
70 <Reference Include="System.Web.Mobile" />
73 <Compile Include="Models\MyModel.cs" />
74 <Compile Include="Controllers\HomeController.cs" />
75 <Compile Include="Global.asax.cs">
76 <DependentUpon>Global.asax</DependentUpon>
78 <Compile Include="Properties\AssemblyInfo.cs" />
79 <Compile Include="Utilities\TableStoragePagingUtility.cs" />
80 <Compile Include="WebRole.cs" />
83 <Content Include="Global.asax" />
84 <Content Include="Views\Home\Index.aspx" />
85 <Content Include="Web.config" />
86 <Content Include="Web.Debug.config">
87 <DependentUpon>Web.config</DependentUpon>
89 <Content Include="Web.Release.config">
90 <DependentUpon>Web.config</DependentUpon>
92 <Content Include="Content\Site.css" />
93 <Content Include="Views\Shared\Error.aspx" />
94 <Content Include="Views\Shared\Site.Master" />
95 <Content Include="Views\Web.config" />
98 <Folder Include="App_Data\" />
100 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
101 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
102 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
103 Other similar extension points exist, see Microsoft.Common.targets.
104 <Target Name="BeforeBuild">
106 <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
107 <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)" />
111 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
112 <WebProjectProperties>
113 <UseIIS>False</UseIIS>
114 <AutoAssignPort>True</AutoAssignPort>
115 <DevelopmentServerPort>17244</DevelopmentServerPort>
116 <DevelopmentServerVPath>/</DevelopmentServerVPath>
119 <NTLMAuthentication>False</NTLMAuthentication>
120 <UseCustomServer>False</UseCustomServer>
123 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
124 </WebProjectProperties>